home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / magazi~1 / 394 / bint.bat < prev    next >
Encoding:
DOS Batch File  |  1989-06-08  |  203 b   |  13 lines

  1. cp68 %1.c %1.i
  2. c068 %1.i %1.1 %1.2 %1.3 -f
  3. rm %1.i
  4. c168 %1.1 %1.2 %1.s
  5. rm %1.1
  6. rm %1.2
  7. as68 -F b: -l -u %1.s
  8. link68 [u] %1.68k=gemstart,%1,b:intr,gemlib,osbind,libf
  9. relmod %1
  10. rm %1.68K
  11. wait
  12.  
  13.